?
avatar n9iels
n9iels
30 Aug 2016

Joomla! has a default session life time of 15 minutes. When the 15 minutes are past and you press the save button all the unsaved data is gone. However we need this session check for security reasons. It often happen that i'm write an article and need some information. I open a new tab in browser, read something and go back, after 15 minutes....

So wouldn't it be great if we received a message (generated with Javascript so without page refresh) if our session is expired with the possibility to restore is? For example this:
image

I think I can build this feature if people are interested in it. So please tell me what you guys think :)

avatar n9iels n9iels - open - 30 Aug 2016
avatar n9iels n9iels - edited - 30 Aug 2016
avatar brianteeman
brianteeman - comment - 30 Aug 2016

There is a keep alive script on that page isnt there?

On 30 August 2016 at 10:39, Niels van der Veer notifications@github.com
wrote:

Joomla! has a default session life time of 15 minutes. When the 15 minutes
are past and you press the save button all the unsaved data is gone.
However we need this session check for security reasons.

So wouldn't it be great if we received a message (generated with
Javascript so without page refresh) if our session is expired with the
possibility to restore is? For example this:
[image: image]
https://cloud.githubusercontent.com/assets/2659866/18084051/199913ec-6ea6-11e6-926d-7baacc47e787.png

I think I can build this feature if people are interested in it. So please
tell me what you guys think :)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#11846, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABPH8flisYAv10Ivk4hVBVP15mbYMeVkks5qk_pGgaJpZM4JwVUT
.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar n9iels
n9iels - comment - 30 Aug 2016

Not if you leave the complete page. (if so, we have a bug because this happens quite often on my website)

avatar andrepereiradasilva
andrepereiradasilva - comment - 30 Aug 2016

it happens when you do another login in a different tab/browser. but that's expected behaviour.

avatar mbabker
mbabker - comment - 30 Aug 2016

There is supposed to be a keepalive behavior loaded on basically any page with a submittable form (front and back end) to help keep down the number of session related timeout issues. If you're not getting this keepalive with a core extension, then either it's not being loaded or there is an issue with the keepalive script. There should not be a need for this proposal to be coded as Joomla's supposed to be taking care of keeping your session alive already.

avatar andrepereiradasilva
andrepereiradasilva - comment - 31 Aug 2016

it seems not all create/edit views have the keepalive
See this PR #11849 for com_menus edit item

avatar brianteeman brianteeman - change - 5 Sep 2016
Labels Added: ?
avatar brianteeman
brianteeman - comment - 7 Sep 2016

I am closing this proposal. As stated Joomla is supposed to be keeping alive those pages and if it isnt then its a bug that needs fixing


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11846.

avatar brianteeman brianteeman - change - 7 Sep 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-09-07 07:53:46
Closed_By brianteeman
avatar brianteeman brianteeman - close - 7 Sep 2016

Add a Comment

Login with GitHub to post a comment