Persistant Cookies

J

John A. Bailo

This is a general web development question about persistant cookies.

I thought I would use persistant cookies to indentify unique visitors to
my site.

When testing my cookie setting code, I found that the cookies are
persistant in IE6, but in Firefox 1.5 they ended up being session
cookies. Then I see that there is a drop down to set all cookies to
being session cookies (cookies disappear "when I close Firefox").

I'm just wondering -- is it the default for IE to allow persistant
cookies? For Firefox to allow session cookies?

Are there any alternatives if a browser only allows session cookies?
 
C

clintonG

Persistent cookies require a value for the expires attribute. No expires
value = no persistence.
IE CookieView from NirSoft is a free tool that you should go get. There's no
way I've ever seen mentioned for a browser to modify a cookie.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Cookies 5
cookies disabled NOT 2
Viewing session cookies in IE6 8
Enabling cookies 4
OT: what do you do with cookies? 7
IE does not accept session cookies 2
cookies refused 1
browser session handling 1

Top