.Net Champions |
VC++ Programmers Den |
Microsoft Office Sharepoint Server Experts
|
|
Activity:
Question posted: 10 14 2008 11:47:22 +0000,
2 answers, 121 views, last activity
07 06 2010 20:18:08 +0000
|
|
|
|
asp.net
I think the type of job what u r asking for can be done best using cookies.
store the information of a session in a cookie when u r logging out and again get it when u r log in by accessing the cookies.
Your qes is not clear what exactly you want
"HOW CAN I STORE TEMPORARY INFORMATION IN SESSION AND SESSION WILL DESTROY THE INFORMATION WHEN I LOGOUT OTHERWISE WHEN I AGAIN VISIT MY SITE It SHOW ME INFORMATION STORE IN SESSION"
HOW CAN I STORE TEMPORARY INFORMATION IN SESSION (Use Session variables) AND SESSION WILL DESTROY THE INFORMATION WHEN I LOGOUT (It automaticly dose it) OTHERWISE WHEN I AGAIN VISIT MY SITE It SHOW ME INFORMATION STORE IN SESSION(there will not be any thing as for every new req u have a new session)
Else Arnab is right use cookies...
- Create a confidential Career Profile and Resume/C.V. online
- Get advice for planning their career and for marketing of experience and skills
- Maximize awareness of and access to the best career opportunities
|
|
|
|
|
|
|
|
How can I Encrypte and decrypte querystring Information in asp.net |
How can I SAVE MY WEBSITE INTO THE CASCHE MEMORY |