Log in

View Full Version : How do I pass the vb sessions between vb and non-vb pages?


bigtime
05-30-2006, 08:17 PM
Hi,

I want to pass sessions between non-vb pages and vb pages. I'm using the code to successfully pass the session, but now how do I pull the username out of the session?

echo "<a href=\"/index.php?$session[sessionurl_q]\">Home with a session</a><BR>";

Thanks,

Tim