Hi everyone,
Can anyone tell me how you can stop users from URL Hacking your website with php (sessions)?
So for example if you have a password and username form on the front of your website and only want authorised members to gain access to your web site.
So for example just say you had a page e.g: page.htm and a user who was not logged in types www.somesite.com/page.htm . How can you stop them from getting access to the that page if they are not logged in?
Do you have any sample code?