COOKIES | SESSIONS |
---|---|
Cookie stores data in client server | Sessions store data in client server |
Cookie stores only limited amount of data | It can store huge amount of data |
It is unsecured | Compare with Cookie, Sessions is secured |
Cookie can store text data | Session can store any type of data |