Hi,

I have an application that when it loads, it checks for a cookie on the
client side. If the cookie exists, it sets a variable on the specific ASP
page for certain fields to be populated.
Our problem is that some user sessions have data left over in cookies that
are from a previous user session.
Anyone ever have this problem.
Please advise if you can help me fix it.
thanks
rafael

Re: cookies issue by Ryan

Ryan
Tue Feb 10 17:57:56 CST 2004

Have you thought about scrapping the dependancy on cookies and instead using
a database enabled solution?

--
Cheers!

Ryan N.
---------------------------------
Funny...this worked yesterday....
"Rafael Chemtob" <rchemtobb@nospam.yahoo.com> wrote in message
news:OJL7P9C8DHA.696@tk2msftngp13.phx.gbl...
> Hi,
>
> I have an application that when it loads, it checks for a cookie on the
> client side. If the cookie exists, it sets a variable on the specific ASP
> page for certain fields to be populated.
> Our problem is that some user sessions have data left over in cookies that
> are from a previous user session.
> Anyone ever have this problem.
> Please advise if you can help me fix it.
> thanks
> rafael
>
>



Re: cookies issue by Evertjan

Evertjan
Wed Feb 11 02:56:41 CST 2004

Rafael Chemtob wrote on 11 feb 2004 in
microsoft.public.inetserver.asp.general:
> I have an application that when it loads, it checks for a cookie on
> the client side. If the cookie exists, it sets a variable on the
> specific ASP page for certain fields to be populated.
> Our problem is that some user sessions have data left over in cookies
> that are from a previous user session.

I suppose you are using ASP:

If you want info ONLY if you are still in a session,
use a session variable, not a cookie.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)