Click here to Skip to main content
15,900,973 members

Comments by Ziee-M (Top 172 by date)

Ziee-M 8-Nov-18 3:26am View    
I complete the whole process in les then 3 min. i also log a msg on session_end event.
I dont think it is related to timeout.
Ziee-M 7-Nov-18 10:12am View    
Based on your comment, its seems you are pretty sure that a session variable can NOT be deleted individualy, can you confirm?
For your answer, no, there is not, the session is only set in a unique page, and only once, after the process is completed, the user can click a button to restart the whole process, in this particular case, instead of getting data from post request (xml data) like the first execution, we get them from the session instead, and the process restarts.
Ziee-M 7-Nov-18 9:09am View    
No, there is not.
Ziee-M 7-Nov-18 8:20am View    
The wired part, is that sometimes it work, other times it does not... while the code have not been changed at all.
Do you think it is possible for a unique session to be set to null while other are not?
Ziee-M 18-Jul-18 9:57am View    
You just have to set the id field as autoincrement in your table, the database will automaticaly increment the values when you insert new row.
Since its autoincrement, you dont have to pass the id.
here is w3 link : https://www.w3schools.com/sql/sql_autoincrement.asp