https://github.com/mrmtwoj/ac-session
View all information on the user's system by the browsers
https://github.com/mrmtwoj/ac-session
Last synced: 6 months ago
JSON representation
View all information on the user's system by the browsers
- Host: GitHub
- URL: https://github.com/mrmtwoj/ac-session
- Owner: mrmtwoj
- Created: 2016-12-17T09:05:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T14:13:48.000Z (over 8 years ago)
- Last Synced: 2024-12-29T23:54:21.846Z (over 1 year ago)
- Language: PHP
- Size: 679 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Information
Name Project :
session
Last version :1.0.0
Last updated : 17/12/2016
Programming language : PHP , JS ,CSS , HTML
Company name : acyber (IT Security Lab Iran)
Install
View all information on the user's system by the browsers
Xampp or Wamp
Import testdb.sql on mysql and change parameter db connect.php file
Session
Client-side sessions use cookies and cryptographic techniques to maintain state without storing as much data on the server. When presenting a dynamic web page, the server sends the current state data to the client (web browser) in the form of a cookie. The client saves the cookie in memory or on disk. With each successive request, the client sends the cookie back to the server, and the server uses the data to "remember" the state of the application for that specific client and generate an appropriate response.
This mechanism may work well in some contexts; however, data stored on the client is vulnerable to tampering by the user or by software that has access to the client computer. To use client-side sessions where confidentiality and integrity are required, the following must be guaranteed:
More : Client side web sessions
# Contacts
- Author : Mohamamd javad Joshani Disfani (mr.mtwoj)
- Linkedin : https://ir.linkedin.com/in/joshani
- E-Mail : mr.mtwoj@gmail.com
- Website : www.acyber.ir
- Twitter : @mrmtwoj
- Github : https://github.com/mrmtwoj/ac-session