enhancement
avatar brianteeman
brianteeman
23 Aug 2014

Its really annoying that everytime I visit JIssue I have to login again. Is there no way we can have some sort of remember me option? Maybe there is something already just on a very short timeout?

avatar brianteeman brianteeman - open - 23 Aug 2014
avatar brianteeman brianteeman - change - 23 Aug 2014
The description was changed
avatar mbabker
mbabker - comment - 23 Aug 2014

Since we don't have a conventional login form with a remember me option (and the only cookie that the site is generating right now is thru Symfony for the session ID), the only way I can think to do this is through an option in the profile edit view.

We aren't doing any custom configuration to the Session object, so it looks like the session itself is valid so long as the browser is open according to the documentation.

avatar brianteeman
brianteeman - comment - 23 Aug 2014

:(

This comment was created with the J!Tracker Application at http://issues.joomla.org/.

avatar elkuku
elkuku - comment - 24 Aug 2014

Could we assume that a user actually wants to be "remembered" (GitHub also does not provide a "remember me not" option..)
This would be only to avoid to implement a checkbox and refactoring the code... and destroy the layout :P

As for the session.. I am not sure how to teach our session handler to use different life times, but maybe we can just use PHPs setcookie() method and the $__COOKIE array and put a boolean in it if the login button is clicked for the first time, since we don't have to store credentials, not even a user name.

I would agree that this would enhance the user experience - on the other hand it's just one click on a big green button :tongue:

avatar b2z
b2z - comment - 24 Aug 2014

I am for @elkuku suggestion.

avatar b2z b2z - change - 24 Aug 2014
Labels Added: enhancement
avatar b2z b2z - change - 26 Aug 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-08-26 04:16:17
avatar b2z b2z - close - 26 Aug 2014
avatar b2z b2z - close - 26 Aug 2014
avatar elkuku
elkuku - comment - 26 Aug 2014

@brianteeman now that this is merged and deployed - could you please check if it meets your requirements?
Also, we are silently assuming that the user actually wants to be remembered - without any opt out (a checkbox) - do you think that this is OK?

avatar brianteeman
brianteeman - comment - 26 Aug 2014

Will do
On 26 Aug 2014 21:33, "Nikolai Plath" notifications@github.com wrote:

@brianteeman https://github.com/brianteeman now that this is merged and
deployed - could you please check if it meets you requirements?
Also, we are silently assuming that the user actually wants to be
remembered - without any opt out (a checkbox) - do you think that this is
OK?


Reply to this email directly or view it on GitHub
#438 (comment).

avatar b2z
b2z - comment - 27 Aug 2014

Just an idea - make cookie time also configurable ;)

avatar brianteeman
brianteeman - comment - 27 Aug 2014

Visited the site this morning and didnt have to log back in - so all looks good to me - thank you

This comment was created with the J!Tracker Application at http://issues.joomla.org/.

Add a Comment

Login with GitHub to post a comment