Valid session variable name

A

Andyza

Is this a valid name for a session variable:

Session("mySessionName:$SO")

If so, does the " :$SO " mean anything special?

I'm going through a web application written by somebody else (who I
don't have contact with...) and it's littlered with these types of
session variables.

Thank.
 
E

Evertjan.

Andyza wrote on 21 nov 2005 in microsoft.public.inetserver.asp.general:
Is this a valid name for a session variable:

Session("mySessionName:$SO")

If so, does the " :$SO " mean anything special?

I'm going through a web application written by somebody else (who I
don't have contact with...) and it's littlered with these types of
session variables.

<%

response.write Session("mySessionName:$SO") & "<br>"
response.write now & "<br>"
response.write Session("mySessionName:$SO3")

Session("mySessionName:$SO") = "$SO " & now
Session("mySessionName:$SO3") = "$SO3 " & now

%>

Seems OK while testing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top