KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: anton83 on October 05, 2015, 01:36:55 pm

Title: A bug? Getting logged out from Admin area on page reload
Post by: anton83 on October 05, 2015, 01:36:55 pm
If I reload the admin interface at any point, I get logged out, being required to enter my password again. Is this a bug or expected behaviour?
Title: Re: A bug? Getting logged out from Admin area on page reload
Post by: ming on October 11, 2015, 12:22:56 pm
It's expected behaviour.

In the Enterprise version you can set this property in konakartadmin_gwt.properties:

# Stops logout after a browser refresh
#fbc.save_session_in_cookie                                 = true
Title: Re: A bug? Getting logged out from Admin area on page reload
Post by: anton83 on October 11, 2015, 01:51:23 pm
Quote from: ming on October 11, 2015, 12:22:56 pm
It#s expected behaviour.

In the Enterprise version you can set this property in konakartadmin_gwt.properties:

# Stops logout after a browser refresh
#fbc.save_session_in_cookie                                 = true


Is it possible to implement the same in Community version (by myself, I mean)?