An open API service indexing awesome lists of open source software.

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

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