agent0047
Programmer
- Jan 11, 2008
- 15
Ok let’s say I have two pages one is: Page one and the other is Page Two. Now page one have a session called session("mem_name") that it creates on login and page two is linked to page one and is used to update member info and it creates a session of the same name as the session name on page one when it processes would the first session be overwritten and would this if it should happen cause problems with data integrity. Or does it even matter because if I am correct each session has its on session id created by the server so the name of the session would be of no important unless you where trying to create the two sessions with the same name at the same time on the same page?
I am asking because of knowledge because we have pages in the creation of our new system that just might have this happen in some remote cases.
Thanks I hope this is not silly to you guys
I am asking because of knowledge because we have pages in the creation of our new system that just might have this happen in some remote cases.
Thanks I hope this is not silly to you guys