Hi,
I have developed a site
http://arcnet-database.net/ with this wonderful cuyahoga.
I created two modules for search and edit database. Those modules created without the use of NHibernate but using SQLDatasources and devexpress components.
Everything works OK but I have an issue with session timeout in those two modules.
I’m using SQLServer sessionState for session control
but after 2 minutes of using the modules I get redirected to login page.
Do anybody knows something about this issues?