I am trying to make my session in dreamweaver last longer, but I'm not sure how?
There is some code like:
if (!isset($_SESSION)) {
session_start();
}
Should I change the value or add anything?
The problem that I'm having is that when the user logs in and if he visits another page, he will get logged out.
Im new to php and that, thanks for any answers.