Re: Cookies:Sites which always work

Tech-Archive recommends: Fix windows errors by optimizing your registry




Bruce Barker wrote:
> cookieless session work but encoding the session in the url (or postdata).
> if you use redirect, you need to include the session id in the redirect url.
> some sites like MS own cookieless session support incode the session in the
> url path rather than as a query string.
>
> myself i use a combination of cookie, querystring and postdata to pass the
> session id.
>
> -- bruce (sqlwork.com)
>
Thanks for the info Bruce, it works.

One customer complained before when I had cookieless sessions that his
Cart was lost when returning. It is possible to save the cookieless
Cart to an HTTP Cart if the client system allows that?

ie
Cart Built->Browser Closed->Cart saved to HTTP cookie (if allowed)

I dont know if the Global file or something can be used in Session
States.
(my site is merrows.co.uk)

.



Relevant Pages

  • Re:
    ... Well if you use cookieless session states, the session ID will be send in ... the ASP.NET session object uses a client-side cookie to store an ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Access session of another user SOLVED
    ... It seems you can access an arbitrary session if you put their session ID in the URL - even if cookieless sessions are disabled in web.config. ... You make the callback page URL dynamic. ... That means your callback page executes within the user's current context and therefore has access to their session and shopping basket. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Session Object & Link Navigation
    ... It's related to the cookieless session: ... might receive requests from mobile devices that require cookieless ... creating a new session and potentially losing session data. ... resolve the path using the ResolveUrl method before assigning it ...
    (microsoft.public.dotnet.framework.aspnet.mobile)
  • Re: Problem while using cookieless session
    ... > We are facing problems while using cookieless session. ... The session identifier is used to identify which session the visitor is linked to. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Help Needed: Cant Successfully Perform Server-side Redirection
    ... The only problem that I really have is session timeouts. ... situations and redirect the user to the Logon page. ... If Not IsLogonPage And Not IsLogOffPage Then ... Dim ExpirationInterval As Integer = Settings.TimeoutMinutes ...
    (microsoft.public.dotnet.framework.aspnet)