I have enable the JStimer modules (6.x-1.4) along with autologout.
I have enabled the timer block.
I also have https on my pages.
If I click the "Reset Timer" button I get an error popup: "An HTTP error 0 occurred.
/autologout_ahah_set_last".
I can see from firebug that I get a 301 redirect on the autologout_ahah_set_last ajax call.
Is this a https issue and is it solvable?

Comments

johnennew’s picture

I'm not sure about it being an HTTPS issue but it sounds like the same error experienced here:
https://drupal.org/node/2014473#comment-7687791

Are you able to try the patch?

gony’s picture

Unfortunately the patch is for drupal 7 version and I am using drupal 6

johnennew’s picture

Status: Active » Closed (won't fix)

I;ve supplied a patch for the 6.x-4.x branch on the other issue now. Unfortunately the 6.x-2.x branch is no longer supported.

gony’s picture

Okay, many thanks!!