Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 23:37 12 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Why do I have to re-login?

Author Message
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3470
Posted: 02:14pm 07 Jun 2019
Copy link to clipboard 
Print this post

Each time I switch computers I have to log in to the forum again. Daily I use a laptop in one location the the morning, and a different one in another location in the afternoon. I have to log in each time (I have the "Stay Logged In" box checked each time).

With cookies, shouldn't the forum be able to tell that I'm the same person in each place? Note that I never log off or close the browser window and power cycle only when required to by a Windows update--I simply close the laptop and everything goes to sleep.
PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
LadyN

Guru

Joined: 26/01/2019
Location: United States
Posts: 408
Posted: 04:46pm 07 Jun 2019
Copy link to clipboard 
Print this post

Import your cookies from one of the computers and overwrite the cookies on the other computers with that one.

otherwise each computer will have its own cookie and reset your session id.

Without a session id anyone can login as you by changing their own cookies because they know your user id.

The server associates your user id and session id, so every-time the session id in the cookie is different from the session id associated with the one last linked to you your user id, the system asks you to relogin to ensure no one is trying to emulate you.

If this is confusing please let me know and I will try to make it more concise - I REALIZED I typed out too much but I'm at class right nowEdited by LadyN 2019-06-09
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3470
Posted: 05:18pm 07 Jun 2019
Copy link to clipboard 
Print this post

Thank you for your response. Interesting, and perhaps the case for thebackshed, but on none of the other forums that I follow is that an issue. On other forums I use the same two laptops (plus others), and they know who I am and don't make me log in again in order to post.

On the computer I'm working on now, thebackshed.com has 3 cookies, none of which appear to have explicit session dates; www.thebackshed.com has 16 cookies, with names like "ASPSESSIONIDCUBDRRAQ". All of these say "Expires When the browsing session ends". They were created on various recent dates, including today.

There are also cookies named "RT", "WWF", and "Local Storage".

Edited by lizby 2019-06-09
PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
palcal

Guru

Joined: 12/10/2011
Location: Australia
Posts: 2006
Posted: 09:06pm 07 Jun 2019
Copy link to clipboard 
Print this post

It bugs me as well, I switch computers from my workshop to my laptop every day and have to log in every time I use TBS.

edit...I did post about this a while back see HERE Edited by palcal 2019-06-09
"It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all"
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5160
Posted: 05:12am 08 Jun 2019
Copy link to clipboard 
Print this post

Its a security thing. Think about why its there. Its also deep in the code, and not easy to remove.

Yes other forums work differently. When it comes to ease of use and features, this forum is middle of the range. Some good points, some bad points.

This forum code is old, moving to another forum code base is difficult. Very difficult, looked into it several time.

Life's tough. Someone probably got shot today, or watched a relative die.

Glenn




The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
Boppa
Guru

Joined: 08/11/2016
Location: Australia
Posts: 816
Posted: 07:29am 08 Jun 2019
Copy link to clipboard 
Print this post

Plus the risks, sometimes when shifting to a new version, you effectively 'lose' all the old posts, another forum I post at had this happen- they effectively had to leave the old forum up, with no posting privileges for anyone, as they never did get the swap over sorted, when they tried to import all the old posts, they became totally messed up and they didn't want to lose all the old threads
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3470
Posted: 01:38pm 08 Jun 2019
Copy link to clipboard 
Print this post

  Gizmo said  Life's tough. Someone probably got shot today, or watched a relative die.

Well, that's certainly a bigger hammer all right.

I don't have any complaints about the forum software in general. If LadyN's suggestion would work, how do I know which of the many cookies to copy?

PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4135
Posted: 01:45pm 08 Jun 2019
Copy link to clipboard 
Print this post

Maybe clear all cookies, login, see what cookies are now there.

Do it under a new account (on your OS) so you don't lose all the other cookies you still want.

John
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5160
Posted: 11:58pm 08 Jun 2019
Copy link to clipboard 
Print this post

  Gizmo said  

Life's tough. Someone probably got shot today, or watched a relative die.



My point is this logging in issue is a small inconvenience. Yes I can see its annoying, but in the big picture, not so much. Next month I have to get cancer cut out of my face, I'm scared and I'm sick with worry, but its only a small inconvenience compared to a friend of mine who has a failing heart.

I suspect the forum uses the cookie and the users IP address to force a fresh log in, so dont know if just copying cookies will help.

On my own TBS log in I dont have it save my password, I need to log in every time. I do this because I have admin rights to the forum, and if someone hacked into my computer, they could bring the whole forum down. I also have remote desktop access to a dozen servers for my business clients. I dont save any passwords for them either, I have to type them in every time. The passwords are stored in a little book.

Glenn
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9755
Posted: 12:08am 09 Jun 2019
Copy link to clipboard 
Print this post

@ LadyN - That is an excellent description at a technical level of what is happening and why.

@ Gizmo - Oh wow... We're all right behind you. I'm sure everything will work out just fine.
Smoke makes things work. When the smoke gets out, it stops!
 
CaptainBoing

Guru

Joined: 07/09/2016
Location: United Kingdom
Posts: 2171
Posted: 12:25am 09 Jun 2019
Copy link to clipboard 
Print this post

@Glenn

very best of luck mate
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3470
Posted: 02:36am 09 Jun 2019
Copy link to clipboard 
Print this post

Best of luck indeed, Glenn, and many thanks for your work in maintaining this most excellent forum and keeping it free from hackers.

Lance

PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025