0

I am accessing my website from Linux server. At the time of user login I create session.

But Even I didn't open site and locate in folder /var/lib/php/session
there are contentiously some session file are getting created.
I am unable to find from where these files are getting created.

0

3 Answers 3

0

A session is always created. Your login just assigns the session with an user and the information that he/she/it is authenticated.

Note: Also search engines and robots create sessions on your page.

0

PHP creates sessions whenever you call session_start()

0

After to much research I found that session were getting created from cron files. I removed session_start call from cron files.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.