vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Auto-logging out/auto time out issue (https://vborg.vbsupport.ru/showthread.php?t=315760)

XYZ500 12-01-2014 06:18 PM

Auto-logging out/auto time out issue
 
I started a new vB forum. Users are complaining about an issue that they get autologged out after sometime of inactivity. Like 15-20 mins of inactivity. I tried to notice this issue with my own account and it seems to have the same problem.

What could be causing this and how to fix it? It is getting annoying for my users to have to login again and again.

Seven Skins 12-01-2014 07:13 PM

Ask them to select "Remember Me?" while they log in. Or have this check box selected by editing the header template.

ozzy47 12-01-2014 08:09 PM

Or install this mod, https://vborg.vbsupport.ru/showthread.php?t=256090 which will auto tick the Remember Me box.

cyber@Social 12-02-2014 01:04 PM

Quote:

Originally Posted by ozzy47 (Post 2525167)
Or install this mod, https://vborg.vbsupport.ru/showthread.php?t=256090 which will auto tick the Remember Me box.

Can I have anyway to make the Remember me box auto ticked without any plugin needed? I mean in the template only.

Seven Skins 12-02-2014 01:08 PM

Find in header template:
HTML Code:

<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
Replace it with:
HTML Code:

<label for="cb_cookieuser_navbar"><input checked="checked" type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>

kh99 12-02-2014 01:15 PM

Edit: Seven SKins beat me to it, but I thought I'd mention that I believe the reason it isn' checked by default in the first place is that members shouldn't use "remember me" if they aren't on their own computer.


All times are GMT. The time now is 04:56 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01111 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete