How tostore object in web application for a user without session.
Hi,
In my project, I have a requirement and need your help to go ahead.
My project run in Web server mainly but also have lots of .bat file to be run by DBA or SYSADMIN. So, user can log through Web application or through .BAT. I need to store that user information for the works to be done by them. In case of normal web tier one can easily store it it HttpSession but session is not available for .BAT. So, I need a common way to store the data which can be accessed by web and.bat.
IT should be a common area where I can store the data. Please give me a suggestion to do that.
Waiting for your response.