Php session processing

after getting the session id on the same server, can you log in at the front end by processing the session file? Hope that God will give you some advice

Php
Mar.01,2021

sessionId is the only string assigned to the session by the server. Now that you have got the sessionID, go to the service area to find the corresponding session record and see if it expires. If not, skip login verification. Directly change to login
reference


PHP SESSION function has helped you do file processing
session principle

Menu