|
| |
|
|
ACEDISH
Posts: 176 Joined: 9/30/2002 From: Manassas, Virginia Status: offline
|
Session start up on page load - 10/3/2002 22:19:10
Hello Everyone, Anyone tell me what I am doing wrong? I currently have a login and password system for dealers that works great and after the user logs in I display there name on any page in the web by using <% Response.Write Session(" dealer" ) %> and capture it in a form field as well. ok, so know I am creating sub webs for the dealers customers and would like to create a session upon load of index.asp I tried this at the top of the index.asp page <% session(" dealer" )= Jimmys_Ford %> and then using the same <% Response.Write Session(" dealer" ) %> to display the dealer name no luck. Sorry I don' t have the correct terminology for what I am trying to do I am a newbie. basically is there a way to create a session variable on page load?
|
|
|
|
Doug G
Posts: 1189 Joined: 12/29/2001 From: SoCal Status: offline
|
RE: Session start up on page load - 10/3/2002 23:44:14
Try putting quotes around the dealer name session(" dealer" )= " Jimmys_Ford"
_____________________________
====== Doug G ======
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|