Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin

Quote Reply
Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin In reply to
V.E.C.T.O.R. wrote:
I'll post more (including something else regarding the login procedure that I just noticed) after I finish up on fully documenting what I did. THANKS SO MUCH, YOU'RE A GENIUS!!! :D


Well, that something else regarding the login procedure that I noticed is this:

In vBulletin, the user session times out in 15 minutes by default. After 15 minutes though, if I refresh the browser I am still logged in. I suspect this happens when I check the "Remember Me?" option. So I went ahead and changed the 15 minutes to 60 seconds, and unchecked the "Remember Me?" option, and sure enough, I'm logged out after 60 seconds. This means the key to my problem below lies in the variable for that "Remember Me?" option.

So the problem I'm having is, in Links' static pages (http://www.mysite.com/links/index.php), I'm logged in as long as I'm logged in within vBulletin (at this point I've checked the "Remember Me?" option again of course). However, when I go to any dynamic page (http://www.mysite.com/cgi-bin/links/add.cgi), I get logged out precisely after the 15 minute (or 60 seconds) period. So at that point, I can log in again, OR just go to the vBulletin directory (http://www.mysite.com/vbulletin/index.php) and then go back to the dynamic page and now it shows that I'm logged in again, probably for another 15 minutes (or 60 seconds).

So how do I do it so that I'm logged in Links' dynamic pages as long as I'm logged in within vBulletin, just like in Links' static pages? I know I gotta do something with the "Remember Me?" variable, but don't know where to start...

P.S. I've looked within this website and found some people talking about a Sessions table, but mine doesn't have one?!? Is it because I'm using an old version (Links SQL 2.1.0)?

Last edited by:

V.E.C.T.O.R.: May 26, 2009, 11:29 PM
Subject Author Views Date
Thread Need help with plugin (starting with SSI) - Auth_vBulletin V.E.C.T.O.R. 16702 May 12, 2009, 9:33 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16472 May 15, 2009, 4:47 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
VishalT 16447 May 15, 2009, 6:54 PM
Thread Re: [SWDevil.Com] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16442 May 15, 2009, 9:04 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
VishalT 16462 May 15, 2009, 9:43 PM
Thread Re: [SWDevil.Com] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16423 May 16, 2009, 11:16 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
VishalT 16469 May 16, 2009, 12:15 PM
Thread Re: [SWDevil.Com] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16455 May 17, 2009, 4:43 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16413 May 23, 2009, 8:24 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16391 May 23, 2009, 11:06 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16377 May 23, 2009, 11:17 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16375 May 23, 2009, 11:38 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16374 May 24, 2009, 12:18 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16366 May 24, 2009, 2:16 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16338 May 24, 2009, 2:36 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
aus_dave 16408 May 25, 2009, 6:12 PM
Thread Re: [aus_dave] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16347 May 25, 2009, 6:43 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
aus_dave 16335 May 25, 2009, 7:01 PM
Thread Re: [aus_dave] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16298 May 25, 2009, 7:21 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16311 May 26, 2009, 9:38 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16289 May 26, 2009, 12:42 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16257 May 26, 2009, 1:23 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16237 May 26, 2009, 1:51 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16214 May 26, 2009, 8:24 PM
Post Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16238 May 26, 2009, 9:17 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 2442 May 26, 2009, 11:19 PM
Post Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
aus_dave 2406 May 27, 2009, 3:27 AM