Hi All,
I work with a web application using
jsp,
struts,mqsql,jqplots.
In the process of business logic i need to save the sessionid in database and the same will be used for presentaion layer.
The question is that how can i retreive or save the session using struts? through
servlets i had seen session id implementation.. so can the same be implmented using stuts?
kindly let me what could be done incase of alternatives.