first of, thanks for taking time to read the following.
Currently, one of my projects is comming to this point where accounts are used.
However, cookies and sessions ( both cookies ) are client-sided and can be removed by removing the cookies in your internet explorer.
However, I'dd like to know, if there is any, if there is a way to make a cookie not replaceable with normal actions like the one above.
Or a replacement that simply isn't a cookie and will not get removed like that.
Basicly, my goal is to have a file having specified information ( I do not care for encryptions ), to read from in php.
In what way the file is wrote with, i do not care, as long there are no third party ( except eventually flash or javascript ) program to achieve this.
I happen to know this (flash or ajax, not sure on both) chat, where you never get logged out unless computer unreinstalled, or just simply taking another computer ( on rooter ).
This means the chat ( called chatango ), has some information retrieved or stored on the client computer, having computers even behind a router its own account logged in, even regarding that the computers have the same IP.
so, if you know how i can get this or find the solution somewhere where in the end I can use the information inside PHP environment, Idd be glad to hear you out.
Currently, one of my projects is comming to this point where accounts are used.
However, cookies and sessions ( both cookies ) are client-sided and can be removed by removing the cookies in your internet explorer.
However, I'dd like to know, if there is any, if there is a way to make a cookie not replaceable with normal actions like the one above.
Or a replacement that simply isn't a cookie and will not get removed like that.
Basicly, my goal is to have a file having specified information ( I do not care for encryptions ), to read from in php.
In what way the file is wrote with, i do not care, as long there are no third party ( except eventually flash or javascript ) program to achieve this.
I happen to know this (flash or ajax, not sure on both) chat, where you never get logged out unless computer unreinstalled, or just simply taking another computer ( on rooter ).
This means the chat ( called chatango ), has some information retrieved or stored on the client computer, having computers even behind a router its own account logged in, even regarding that the computers have the same IP.
so, if you know how i can get this or find the solution somewhere where in the end I can use the information inside PHP environment, Idd be glad to hear you out.