Forums

This topic is locked

Session Variables

Posted 18 Jun 2001 17:01:54
1
has voted
18 Jun 2001 17:01:54 Jacques Roux posted:
Please help! How do I declare a session variable in my Web Site.

Also where should I place the session variable in the Code?

Replies

Replied 18 Jun 2001 18:20:25
18 Jun 2001 18:20:25 Viktor Farcic replied:
To create Session variable:
<% Session("Name" = "Something" %>

To retrieve value of SV:
<%= Session("Name" %>


<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Please help! How do I declare a session variable in my Web Site.

Also where should I place the session variable in the Code?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Reply to this topic