Session Management Problem in ASP.NET 2.0

G

Guest

Hi,

1. We are using SQLServer for storing session information.

2. BPSessionStateDB,aspnetdb were newly created from Visual Studio 2005
command prompt using aspnet_regsql utility.

3. Following is the sql connection string in web.config

<sessionState mode="SQLServer" sqlConnectionString="Persist Security
Info=False;User ID=sa;pwd=sa;Initial Catalog=BPSessionStateDB;Data
Source=172.19.50.158" allowCustomSqlDatabase="true" />

We have observed that session's were getting stored in data base but unable
to retrieve.

I have tried creating and accessing session in a new application.It was
working fine.The problem is with our application.Can you help us please.


Getting the following error:
The Session State information is invalid or might be corrupt.

Regards,

Shell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top