Re: Querystring - cookieless = true



Carsten schrieb:
Hallo Thomas,

ich habe leider bemerkt, dass einige User Ihre Sicherheitseinstellungen so hoch haben, dass keine Cookies erlaubt sind. Der Hinweis unten im Browser wird häufig übersehen. Also habe ich cookieless auf true gestellt, um möglichst auch bei hoher Sicherheitsstufe die Anwendung verfügbar zu machen. Eine Datenbank steht mir nicht zur Verfügung. Wie kann ich das Problem lösen? So weit ich weiß gibt es nur drei Möglichkeiten:

Cookies
SessionID in der URL
SessionID als QuerystringParamneter

Ich kenne ja deine Anwendung nicht, deshalb fällt es
schwer da einen Tipp zu geben - im Normalfall sollte
die Erlaubnis von Session-Cookies, die ja nur temporär
angelegt werden, gegeben sein. Wenn das nicht der
Fall ist kannst du das dem Nutzer ja auch direkt
anzeigen, da musst du dich nicht auf den Browser
verlassen.

Aber davon abgesehen: evtl. würde es funktionieren
den Aufruf innerhalb deiner Applikation von außen
auf eine Seite zu lenken, die explizit keine
Sessions benutzt - ich kann mir vorstellen, dass
dann nicht weitergeleitet würde, bin mir aber nicht
sicher.

--
Gruß, Thomas [MVP ASP/ASP.NET]
http://www.69grad.de - Beratung, Entwicklung
http://www.dotnetjob.de - .NET-Stellenmarkt
http://blog.thomasbandt.de - Thomas goes .NET
.



Relevant Pages

  • Re: Querystring - cookieless = true
    ... dass einige User Ihre Sicherheitseinstellungen so ... dass keine Cookies erlaubt sind. ... Der Hinweis unten im Browser ... SessionID als QuerystringParamneter ...
    (microsoft.public.de.german.entwickler.dotnet.asp)
  • Re: hiding session ID in browser
    ... Store your data somehow indexed by this ID, ... properly with cookies enabled. ... > Problem why I don't want SessionID in browser is because when you add ... > web-site to favorites it stores SessionID too. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SessionID Changes in production machine....help
    ... Check your browser settings again. ... > My browser is configured to accept cookies, so really I shouldn't have to ... is there some thing else that could cause the sessionid ... >>> I posted another thread here asking help because I was losing my session ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SessionID Changes in production machine....help
    ... My browser is configured to accept cookies, so really I shouldn't have to ... is there some thing else that could cause the sessionid ... >> I posted another thread here asking help because I was losing my session ...
    (microsoft.public.dotnet.framework.aspnet)
  • Cookies question
    ... After I log in successfully each request by the browser contains 2 cookies. ... One for the SessionID and one for forms authentication which contains my ...
    (microsoft.public.dotnet.framework.aspnet.security)

Quantcast