Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Login timeout problem - data lost
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- Login timeout problem - data lost
Login timeout problem - data lost
07-09-2007 12:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
As I use the standard 60 minute login at present (don't ask why - but if you are interested have a look at my thread regarding "Show unread posts since last visit" ) I have found a problem.
If you want to post and while writing it the 60 minute lapses nothing happens until you try to post then it tells you that you can't unless you are logged in. If then you login as requested everything you have written has vanished into a blackhole.
This also happens if you are trying to send a PM.
Surely the system should be that the login screen takes you back to where you were with everything intact.
If you want to post and while writing it the 60 minute lapses nothing happens until you try to post then it tells you that you can't unless you are logged in. If then you login as requested everything you have written has vanished into a blackhole.
This also happens if you are trying to send a PM.
Surely the system should be that the login screen takes you back to where you were with everything intact.
6 REPLIES 6
Re: Login timeout problem - data lost
07-09-2007 1:04 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The problem is that posts (mid-writing) aren't saved on the server anywhere, and are only transferred to the server once the Post button is hit, as long as the required conditions (i.e. logged in) are met.
Only possible "fix" for this I can think of off-hand is to add a countdown timer somewhere in the navigation that tells you how long you are logged in for (although trying to set up and maintain something like this could run into some problems).
On the other hand, something may be hacked up to work in the same way as the "someone has posted before you, read it first" style message that you get if someone posts before you do on a thread. Don't think you would lose your message that way.
Only possible "fix" for this I can think of off-hand is to add a countdown timer somewhere in the navigation that tells you how long you are logged in for (although trying to set up and maintain something like this could run into some problems).
On the other hand, something may be hacked up to work in the same way as the "someone has posted before you, read it first" style message that you get if someone posts before you do on a thread. Don't think you would lose your message that way.
Re: Login timeout problem - data lost
07-09-2007 5:37 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
AJAX (well, possibly with XML and therefore really AJAX...) could allow us to save out drafts of posts I guess. We'd need to add that functionality.
I wonder if there is an SMF plugin to do it....
I wonder if there is an SMF plugin to do it....
Kelly Dorset
Ex-Broadband Service Manager
Ex-Broadband Service Manager
Re: Login timeout problem - data lost
07-09-2007 6:14 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
[me=MikeWhitehead]hides from the mention of the plugin[/me]
I'm sure it's quite easily done. I mean, once you are sent to the login screen after you try to post your message, the contents of the message is still in $_POST['message'] and it can be kept in another variable if needed. However, once you log back in via the login box that is displayed, it doesn't take you back to the thread that you were on but rather takes you to create a new topic.
An "easy" way would be to check for the existance of the session control cookie (think its maybe pnCommunitySite on here?). If the cookie doesn't exist, then they aren't logged in.
If cookies are disabled, however, then this wouldn't be a viable option and the SMF session control would need to be used.
I'm sure it's quite easily done. I mean, once you are sent to the login screen after you try to post your message, the contents of the message is still in $_POST['message'] and it can be kept in another variable if needed. However, once you log back in via the login box that is displayed, it doesn't take you back to the thread that you were on but rather takes you to create a new topic.
An "easy" way would be to check for the existance of the session control cookie (think its maybe pnCommunitySite on here?). If the cookie doesn't exist, then they aren't logged in.
If cookies are disabled, however, then this wouldn't be a viable option and the SMF session control would need to be used.
The following error or errors occurred while posting this message:
02-10-2007 9:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I would put the error here but posting a new topic wipes it from the copy/paste buffer.
Basically, If I'm logged in and I post a reply, but I take long enough to type the message that my login time expires, it loses my message, tells me to login and type everything all over again.
So I don't bother.
Basically, If I'm logged in and I post a reply, but I take long enough to type the message that my login time expires, it loses my message, tells me to login and type everything all over again.
So I don't bother.
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: The following error or errors occurred while posting this message:
02-10-2007 9:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Already noted here.
Not applicable
Re: Login timeout problem - data lost
18-02-2008 8:46 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Not a bug, so moved to 'suggestions'.
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page