vote up 0 vote down star

I noticed that a lot of sites send a random token with form posts even though the user is not logged into a service requiring authentication. I understand the use of a token when you have an authenticated session, but what is the point in sending one when they aren't authenticated?

Is it common practice to create a session when a user isn't logged in and pair a token to it?

Thanks,

flag

1 Answer

vote up 1 vote down check

Yes, it is common to track where visitors go, storing search results, or shopping cart information. Sessions can be used for a lot more than just authentication.

link|flag
Cool. Thanks for the answer James. That makes sense. – Malachor Nov 5 at 2:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.