PDA

View Full Version : Accessing VB cookie from ASP


chaim_2003
06-30-2009, 07:25 PM
hey folks

i am trying to access the VB 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!