the following is the code
Page 1:
Session("SCName")= Request("txtusrname")
'// This writes to the database table
Call WriteToLogFile(Session("SCName"),"INFO",Now,"LOGIN SUCCESSFUL")
Response.Redirect "ican.htm"
Page 2:
Reponse.Write(Session("SCNam"))
this does not show the value. what could be wrong, all browser settings are correct.
__________
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Niraj...
"The unexpected success is not just an opportunity for innovation. It demands innovation."
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)
Page 1:
Session("SCName")= Request("txtusrname")
'// This writes to the database table
Call WriteToLogFile(Session("SCName"),"INFO",Now,"LOGIN SUCCESSFUL")
Response.Redirect "ican.htm"
Page 2:
Reponse.Write(Session("SCNam"))
this does not show the value. what could be wrong, all browser settings are correct.
__________
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Niraj...
"The unexpected success is not just an opportunity for innovation. It demands innovation."
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)