Question About Login Behavior (Solved)

I’m just wondering:

Is it normal behavior for SuiteCRM to ask me to login everytime I re-open the webpage after closing browser? On other websites, normally the user will stay logged in.

Thank you.

Regards,
Badbugbear

In SuiteCRM, it is not typical for users to be asked to log in every time the browser is reopened, assuming the session settings are correctly configured. Normally, most web applications, including SuiteCRM, use cookies or sessions to remember your login status.

Also, check browser settings and sessions.save_path or other session related settings in the php.ini file.

1 Like

Thank you! That was super helpful.

I was able to get it working.

Regards,
Badbugbear

What was the issue? Please provide your solution, so it will help others in the future.

Oh yes. Sure, I can post it this evening. I started to but my wrists are aching right now. :cry:

Regards

No hurry! you can post it after few days too. :wink:

β€œIt is health that is real wealth and not pieces of gold and silver.” – Mahatma Gandhi

So I just had to set the directory for session.cookie_path. I am assuming this is because I’m running it on Windows. I actually tried a bunch of different settings, but this was the only setting that had to be changed.

Thanks again! :smile:

Regards