PDA

View Full Version : read cookie via ASP?


chaim_2003
07-07-2009, 02:14 PM
hey folks

i am trying to access the VBulletin cookie from ASP, to see whether a used is logged in.

i am currently using:
userID = request.Cookies("bbuserid")
but the results dont seem to be consistant.

is there a better way to do this?

Thanks!