Guest_imported
New member
- Jan 1, 1970
- 0
Hi ,
I am using 6 sesion objects in my sesion. When I am trying to use 6th session object it is giving error(" :User requested action was not found."
We are using Weblogic Application Server. One of my friends suggested me that we have to serialize session objects to free up memory for new sessions and write the old sessions to disk. Also we can serialize session object in servlets by implementing interface java.io.Serializable. But we are using JSP for server side coding.
Can anyone please inform me how to serialize session objects in JSP
Thanks for the help in advance.
swagathi
I am using 6 sesion objects in my sesion. When I am trying to use 6th session object it is giving error(" :User requested action was not found."
We are using Weblogic Application Server. One of my friends suggested me that we have to serialize session objects to free up memory for new sessions and write the old sessions to disk. Also we can serialize session object in servlets by implementing interface java.io.Serializable. But we are using JSP for server side coding.
Can anyone please inform me how to serialize session objects in JSP
Thanks for the help in advance.
swagathi