well, can you clarify something for me.
Does vb use sessions, cookies or both?
Ie. i know its not using pure sessions with session_start() however there is a sessions table in the db and it can be set to move sessions through the query string.
Alternatively, if it uses cookies, they can be accessed manually as long as you're in the same domain, how would I go about doing this?
Cheers
Taz
|