Re: Cookies:Sites which always work
- From: "Logician" <sales@xxxxxxxxxxxxx>
- Date: 16 Sep 2005 21:15:19 -0700
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)
.
- References:
- Cookies:Sites which always work
- From: Logician
- Re: Cookies:Sites which always work
- From: Bruce Barker
- Cookies:Sites which always work
- Prev by Date: Re: esitmate for dataset weight
- Next by Date: Re: sqlserver connection - need help desperately!
- Previous by thread: Re: Cookies:Sites which always work
- Next by thread: RE: All new VS2003 projects result in 404 errors
- Index(es):
Relevant Pages
|