We use Websphere Standard Edition 3.5.6 on Windows 2000 with SQL Server 2000 as database. As a driver we are using Microsoft JDBC Driver for SQL Server 2000.
I have set Session Manager to store session information to SQL database according to documentation (enabled persistent session and selected the correct data source).
According to the documentation, the session data will be stored to db after the end of service method. I have noticed that the session id gets inserted to the db and the field 'small' seems to contain something (although updating session data doesn't change 'small' field in db).
When I restart the WebSphere service, the session id is correctly received while the session information is lost. I have even tried this with one of IBM's examples: HitCount servlet and it still doesn't work.
Any help much appreciated.
I have set Session Manager to store session information to SQL database according to documentation (enabled persistent session and selected the correct data source).
According to the documentation, the session data will be stored to db after the end of service method. I have noticed that the session id gets inserted to the db and the field 'small' seems to contain something (although updating session data doesn't change 'small' field in db).
When I restart the WebSphere service, the session id is correctly received while the session information is lost. I have even tried this with one of IBM's examples: HitCount servlet and it still doesn't work.
Any help much appreciated.