For the login system on my previous site, I used a 'cookie' system, where a cookie was set with the user's username whenever they logged on to remember them being logged in (obviously this cookie username was used to access a mySQL database).
For a new site I might be working on (I made a mockup home-page at http://www.tiffinmaths.co.uk/whichuni) I'm thinking of using 'sessions' instead.
Would someone kindly be able to tell me the advantages of using 'sessions' (which uses cookies) instead of my usual cookie system?
Security is an issue since fairly personal data is going to be stored, hence security needs to be quite tight in order to comply with the Data Protection Act.
Any advice would be greatly appreciated.
Jamie