|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Session Variable Usage & Syntax |
From: |
shamRex |
Date: |
3/20/2000 4:53:00 AM |
IP: |
161.142.78.83 |
Hi,
Session usage can be found at:
http://www.activeserverpages.com/learn/sessionswhat.asp
as a simple overview,
we can trace active user by using session
for example, if user login in certain page,
we can use:
session("UserID")=request.form("user_ID")
where "UserID" is our own variable created at server. Every time we need to use this variable
just call:
user_ID_Trace=session("UserID")
Thats all I know.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|