sravani gogineni wrote:Hi
When the sessionID is stored in cookies the same session is shared among multiple windows/tabs that we open.
So, once we log out from any of the windows and the session ends here. When we re-login , a new session is created.
Now if i submit a form in the open of the opened windows of previous session , the form cannot retrieve all the data from the session object since it overides the new sessionid to the old session id when you click submit button.
So we need to use some hidden variable in the jsp and store the old session id. Compare this value to the new session id and if they are different , show an error page that session is expired.
Jeanne Boyarsky wrote:Mithun,
I would use the ETL tool. It's a lot of data to move and an ETL tool is going to be better optimized than something you write.
Freddy Wong wrote:Encode the two BLOBs into Base64 and do the String comparison on those encoded Strings.