i am setting the session value
but when i try to get it on other page its null
i am storing session in sql
previously it was wrking fine
and still some session values are wrking ok
but when i add a new its null while getting it
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just a small hint, but maybe it is helpful:
You’ve said that you store your session-object in Sql-Server – is it marked as
Serializable? As this is necessary when Sessions are not inside Memory but StateServer or DqlServer?Example: