Files
Samuele E. Locatelli f856875c3f Aggiunta pagina reset
2018-12-17 10:26:48 +01:00

23 lines
537 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="reset.aspx.cs" Inherits="C_TRACK.reset" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<h2>Reset Utente</h2>
Reset dati utente:
<ul>
<li>sessione</li>
<li>cookies</li>
</ul>
</div>
</form>
</body>
</html>