Computing.Net > Forums > Web Development > login session

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

login session

Reply to Message Icon

Name: osaru
Date: April 13, 2004 at 21:59:34 Pacific
OS: win
CPU/Ram: 1G
Comment:

In doing login authentication/authorization,what is the difference between session and cookie?



Sponsored Link
Ads by Google

Response Number 1
Name: gpp
Date: April 14, 2004 at 05:53:24 Pacific
Reply:

Cookies are written to the clients disk, and are used to keep track of the users session... unless you tack the id onto the url.


0

Response Number 2
Name: safeTsurfa
Date: April 14, 2004 at 12:58:15 Pacific
Reply:

To clarify, there are two kinds of cookie: session and persistent.

A session cookie only exists for that session, meaning until you close the browser then it disappears. This is generally used to track your progress around a site for anonymous web stats. As they are anonymous and temporary, they are harmless and not worth worrying about.

A persistent cookies stores a unique identifier, so every visitor gets a different one. The date of expiry can be set for these by the webmaster so they stay live for a preset time. Such cookies are used for sites like this one, they store your login id, your preferences and again track your progress through the site.

These persistent ones are the ones which can be a threat to your privacy, since many banner ads on sites can set them too, then track you whenever you reach another site running an ad by the same company. Thus they get a profile into your surfing habits and interests, which is valuable data for marketing companies.


0

Response Number 3
Name: pok
Date: April 15, 2004 at 05:53:02 Pacific
Reply:

Cookie - Client
Session - Server

==========
I From Thailand


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Form Emailer call js function from asp



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: login session

IIS - Login Sessions www.computing.net/answers/webdevel/iis-login-sessions/3588.html

ASP Session Variables www.computing.net/answers/webdevel/asp-session-variables/1406.html

PHP sessions not working www.computing.net/answers/webdevel/php-sessions-not-working/571.html