Click here to Skip to main content
15,896,915 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My php page is displaying this message whenever I refresh, how to stop this

session_regenerate_id()session_regenerate_id()session_regenerate_id()session_regenerate_id()


I visited all the php forums and tried removing the all the unncessary codes in the page.

I visited all the php forums and tried removing the all the unncessary codes in the page.

What I have tried:

I visited all the php forums,
I visited all the php forums and tried removing the all the unncessary codes in the page.
Posted
Updated 16-Dec-20 3:05am
Comments
CHill60 16-Dec-20 8:05am    
No need to keep repeating the fact you visited all of the forums, however you DO need to show us the code that is causing the problem

1 solution

Since the page is actually displaying that text AND you don't note anything about an error, I'd check to see if you have the session_regenerate_id() function inside of a php script block.

Unless you decided to leave out the actual error message.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900