Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How tostore object in web application for a user without session.

so797109asJan 28 2011 — edited Jan 28 2011
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2011
Added on Jan 28 2011
32 comments
491 views