Drakkon
Diamond Member
Server I am using isn't allowing session variables so I'm stuck to using cookies. In the past just used session to store username/id's but now with cookies I would need to encrypt those to a level that makes them somewhat 'secure'.
Anyone have any info on this sort of thing of something that will work and go rather fast (i.e. not have to search a DB each time the user accesses a page to authenticate the cookie)?
Anyone have any info on this sort of thing of something that will work and go rather fast (i.e. not have to search a DB each time the user accesses a page to authenticate the cookie)?