jmaster1985 Posted September 24, 2009 Share Posted September 24, 2009 hi all php freaks i have a form that user would fill it . one of this fields is a memo like field (textarea) and user begins to write a memo in it . typing a memo in a textarea field may lasts for 2 or 3 hours . i have a visual captcha too , the captcha code stores in the session . so , is it possible that user's session being destroyed while he/she typing the memo ?! any helps appreciated Link to comment https://forums.phpfreaks.com/topic/175423-solved-would-phps-session-destroy-if-user-typing-in-a-textarea-for-2-hours/ Share on other sites More sharing options...
5kyy8lu3 Posted September 24, 2009 Share Posted September 24, 2009 yes. you can change the session timeout in the php.ini file so it's longer than 2-3 hours, or you can set it so it never expires. Link to comment https://forums.phpfreaks.com/topic/175423-solved-would-phps-session-destroy-if-user-typing-in-a-textarea-for-2-hours/#findComment-924464 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.