23 lines
536 B
Plaintext
23 lines
536 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="reset.aspx.cs" Inherits="WebLCP.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>
|