Login timing out

gym4jim

Joined: 2012-08-07
Posts: 46
Posted: Sun, 2012-08-12 13:40

The last couple of days, since I installed a Tag module, it seems that a few minutes of inactivity I get logged out of Galllery 3. It is a PIA because I am going from program to program and everytime I leave G# for a few minutes I have to log back in.

Anyone know what causes this?

Thanks

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25967
Posted: Sun, 2012-08-12 18:53

you could increase the admin_area_timeout time from the default 5400
Settings -> Advanced.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
gym4jim

Joined: 2012-08-07
Posts: 46
Posted: Sun, 2012-08-12 18:57

Thanks....willl try that! Couldn't find any area that I might find something like that.

Login or register to post comments
gym4jim

Joined: 2012-08-07
Posts: 46
Posted: Sun, 2012-08-12 20:04

I doubled the number and still logs me out. Never noticed it doing before but guess it must have. What a pain. Really like what I am accomplishing in...works perfect for me...so it certainly out weighs the pain! Hopefully someone will come up with better control over that.

Login or register to post comments
gym4jim

Joined: 2012-08-07
Posts: 46
Posted: Mon, 2012-08-13 05:42

This is now starting to get on my nerves. Is there any way to disable the password all together. This is not right!

Thanks

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25967
Posted: Mon, 2012-08-13 06:23

Must be your setup.
Don't know why.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
NormB

Joined: 2012-08-13
Posts: 4
Posted: Mon, 2012-08-13 15:54

Hi
I am very new here.
I have just created a new site. I changed to theme Grey Dragon, all was fine before.

Using XP and IE8 it logs me out after a change of screen.

It is OK with Chrome and XP.
It is OK on Windows 7 Starter with IE.
It is OK with other themes.

Seems to be XP and IE8 which is the problem, tried on two computers, is this any clue.

Norm

Login or register to post comments
gym4jim

Joined: 2012-08-07
Posts: 46
Posted: Mon, 2012-08-13 18:07

Very good! Thanks! That was exactly it. I was using Safari. I downloaded Chrome and I've been logged on from 2.5 hours. Not sure about FF but I bet that times out two as I have been using that intermittently. If it didn't time out I would notice.

You have been great time saver! Thank you!

Login or register to post comments
NormB

Joined: 2012-08-13
Posts: 4
Posted: Fri, 2012-08-17 06:47

I am quite amazed that others have not posted about this. Maybe there is other factors but I would have thought that XP with IE is not rare!

Login or register to post comments
Rachelle

Joined: 2003-04-26
Posts: 33
Posted: Fri, 2012-08-17 07:38

Yeah unfortunately IE versions usually always needs special treatment when it comes to html (and javascript) stuff, it's probably flipping out at some code only it doesn't like. Have you tried using IE9? They apparently ironed out some problems with that version... IE10 is just around the corner ;)

Login or register to post comments
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 7894
Posted: Fri, 2012-08-17 12:04

IE8 is ancient. Google and many others are dropping support for IE8 and below.
Many sites offer the Google Chrome Frame plugin for IE < 9 which adds the chrome rendering engine to the aging browser - it really is quite amazing.
Add this to page.html.php just inside the <body>:

    <!--[if lt IE 9]>
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
        <style>
            .chromeFrameInstallDefaultStyle {
                width: 800px;
                height: 800px;
                border: 1px solid #ccc;
                z-index: 10;
            }
        </style>
        <div id="prompt"></div>
        <script type="text/javascript">
            window.attachEvent("onload", function() {
                CFInstall.check({
                    mode: "inline", // the default
                    node: "prompt"
                });
            });
        </script>
    <![endif]-->

This will present the chrome frame option to IE8 and below.

Try it yourself.

-s
All New jQuery Minislideshow for G2/G3

Login or register to post comments
huggies

Joined: 2012-08-21
Posts: 2
Posted: Tue, 2012-08-21 09:16

I have also had problems relating to time-out. I have changed the default settings, but this has made no difference. Could it be something specific with my host? Any advice or pointers would be appreciated.

Login or register to post comments
gym4jim

Joined: 2012-08-07
Posts: 46
Posted: Tue, 2012-08-21 11:02

I found it was Safari and it seemed that after I reset it, the timing worked as expected. But did not have problem with Chrome or FF.

Login or register to post comments