Welcome, Guest. Please Login or Register.
September 29, 2024, 03:22:53 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.4.0 and 1.4.1] Sessions mod 1.2 « previous next »
Pages: 1 ... 4 5 [6] 7 8 Reply Ignore Print
Author Topic: [Beta 1.4.0 and 1.4.1] Sessions mod 1.2  (Read 19252 times)
severina
Noobie
*
Posts: 45


I'm a llama!

Re:[BETA] Sessions mod 1.2
« Reply #75 on: July 24, 2002, 11:59:53 PM »
Reply with quote

is there still an issue with it not recognising how long they watn to stay logged in for?

will this affecgt me logging in from my ipaq .. which uses IE 5 cookies i think..

Logged
sylvester
YaBB God
*****
Posts: 525


Re:[BETA] Sessions mod 1.2
« Reply #76 on: July 25, 2002, 12:35:19 AM »
Reply with quote

with this mod, yabbse won't use COOKIES. That's why this mod is released. ;) :P
Logged

I'm back
Nossie
Full Member
***
Posts: 192


If it aint broke, you haven't played with it enuff

ICQ - 18967293IanHarvie@Hotmail.com WWW
Re:[BETA] Sessions mod 1.2
« Reply #77 on: July 25, 2002, 03:57:37 PM »
Reply with quote

urm... can I ask that you put the option back in to allow users to use cookies if they wish?

only one of my users has trouble... and the others are moaning about having to login all the time....

t'anx ;)
Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #78 on: July 25, 2002, 08:53:29 PM »
Reply with quote

I haven't made that option yet. ;) But in a future version I might add that.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Shadowgate
Jr. Member
**
Posts: 69


Heehaw

Re:[BETA] Sessions mod 1.2
« Reply #79 on: July 28, 2002, 10:54:18 AM »
Reply with quote

The only thing stopping me from using this is the fact that it gets rid of cookies entirely...I say have a way to log in both ways...so if cookies don't work for some users they can just use sessions...
Logged
severina
Noobie
*
Posts: 45


I'm a llama!

Re:[BETA] Sessions mod 1.2
« Reply #80 on: July 29, 2002, 12:55:21 PM »
Reply with quote

so basically if someone closes the IE window and then reopens it again and goes back, they'll have to log back into the board?

Logged
severina
Noobie
*
Posts: 45


I'm a llama!

Re:[BETA] Sessions mod 1.2
« Reply #81 on: July 29, 2002, 12:56:38 PM »
Reply with quote

and why is it that no other board has this problem?  I mean .. why is it that cookies and sessions on VB and IB and IBF and PHPBB can coexist with no problems?  I mean i'm sorry i'm mentioning other boards but this one's one of the few that just uses cookies and sessions don't coexist.

I've never had ANY cookie or session problems on other boards :( :(
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #82 on: July 29, 2002, 11:14:03 PM »
Reply with quote

They use a mix of cookies and sessions. Sessions to store the data, and cookies for autologin. If you turn off your cookies and visit one of those boards, then close the window and go back you shouldn't be logged online anymore. I still have to add the cookies for autologin but I haven't done that yet.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
darkdrone
Noobie
*
Posts: 36


I'm a llama!

WWW
Re:[BETA] Sessions mod 1.2
« Reply #83 on: July 30, 2002, 09:35:03 PM »
Reply with quote

Sorry to keep asking questions, but when might u have the version with Cookies and sessions sorted?

By the way I'm happy with it as it is, as its better this way, then me not being able to use my forum at all! So Thanks for writing the mod in the first place :)
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #84 on: July 31, 2002, 01:30:28 AM »
Reply with quote

Well at least I got some gratitude for making it. I was beginning to think this mod might have been useless. Not sure when the next version will be out, I am studying up some more on sessions to try and make it better so please be patient.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
phark
Sr. Member
****
Posts: 482


Re:[BETA] Sessions mod 1.2
« Reply #85 on: July 31, 2002, 02:09:56 AM »
Reply with quote

Quote from: Chris Cromer on July 31, 2002, 01:30:28 AMWell at least I got some gratitude for making it. I was beginning to think this mod might have been useless. Not sure when the next version will be out, I am studying up some more on sessions to try and make it better so please be patient.

Chris,
Sorry for the lack of gratitude.  Believe me, your mod is MUCH appreciated.  Granted, my llamas have to log on all the time, but that sure as hell bets getting 20 emails a day from the people that can't!  

THANKS!!!!!!
Logged

I'm not scared of dying, I just don't want to.
Shadowgate
Jr. Member
**
Posts: 69


Heehaw

Re:[BETA] Sessions mod 1.2
« Reply #86 on: July 31, 2002, 02:10:39 AM »
Reply with quote

Quote from: Chris Cromer on July 31, 2002, 01:30:28 AMWell at least I got some gratitude for making it. I was beginning to think this mod might have been useless. Not sure when the next version will be out, I am studying up some more on sessions to try and make it better so please be patient.

If you do come out with a combo with cookies and sessions I will upgrade immediately...
Logged
Markuz
Noobie
*
Posts: 24


I'm a llama!

ICQ - 151871137 WWW
Re:[BETA] Sessions mod 1.2
« Reply #87 on: July 31, 2002, 07:47:05 AM »
Reply with quote

if (isset($HTTP_SESSION_VARS[username])) {
   $username = $HTTP_SESSION_VARS[username];
   $passworrd = $HTTP_SESSION_VARS[password];
}
else {
   $username = "Guest";
   $password = "";
}

$passworrd = $HTTP_SESSION_VARS shouldn't be $password = $HTTP_SESSION_VARS ?
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #88 on: July 31, 2002, 08:16:32 AM »
Reply with quote

Yes it shouldn't be that, looks like I made a tiny mistake. I will have to fix that.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[BETA] Sessions mod 1.2
« Reply #89 on: August 02, 2002, 02:08:00 AM »
Reply with quote

Chris when you add in the cookies part will you make it so it will work for all sites on a domain? ie www.site.com and site.com would both be recognized?
Logged
Pages: 1 ... 4 5 [6] 7 8 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.4.0 and 1.4.1] Sessions mod 1.2 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.070 seconds with 20 queries.