Session ID (Help Help) -
11-07-2004
, 12:57 AM
Can anyone provide me some advice on session id? Currently i got a few webpages
and a login page, and i wanted the userid type in at the login page to be pass
on. Currently i am able to set the session id: <%session('userid') = 'boy'%>
With this command all my pages will have boy as the session id but how do i
make the session id equal to what i type is the text box? |