• 大小: 0.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-04-28
  • 语言: C#
  • 标签:

资源简介

AutoPostWithCookies

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {
        string loginSession;
        HttpCookie loginCookies = Request.Cookies[“LoginCookies“];

        if (Session[“LoginSession“] != null && loginCookies != null)
        {
            loginSession = Session[“LoginSession“].ToString();
            string formatString = “LoginSession={0} LoginCookie={1}! 登录成功!“;
            Label1.Text = String.Format(formatString loginSession loginCookies.Values[“LoginCookie“]);
        }
        else if (Session[“LoginSession“] == null && loginCookies == null)
            Label1.Text = “Session Error Cookies Error! 登录失败!“;
        else if (Session[“LoginSession“] == null)
            Label1.Text = “Session Error! 登录失败!“;
        else if (loginCookies == null)
            Label1.Text = “Cookies Error! 登录失败!“;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     目录          0  2007-10-15 17:29  WinTest

     文件       5629  2007-10-15 17:29  WinTest\AutoPost.cs

     文件       2207  2007-07-18 14:15  WinTest\AutoPost.Designer.cs

     文件       5814  2007-07-18 14:15  WinTest\AutoPost.resx

     目录          0  2007-10-15 17:26  WinTest\bin

     目录          0  2007-10-15 17:30  WinTest\bin\Debug

     目录          0  2007-10-15 17:29  WinTest\obj

     目录          0  2007-10-15 17:29  WinTest\obj\Debug

     目录          0  2007-10-15 09:11  WinTest\obj\Debug\Refactor

     目录          0  2007-10-15 09:11  WinTest\obj\Debug\TempPE

     文件        469  2006-12-05 16:00  WinTest\Program.cs

     目录          0  2007-10-15 17:26  WinTest\Properties

     文件       1172  2006-12-05 15:59  WinTest\Properties\AssemblyInfo.cs

     文件       2868  2006-12-05 15:59  WinTest\Properties\Resources.Designer.cs

     文件       5612  2006-12-05 15:59  WinTest\Properties\Resources.resx

     文件       1090  2006-12-05 15:59  WinTest\Properties\Settings.Designer.cs

     文件        249  2006-12-05 15:59  WinTest\Properties\Settings.settings

     文件       3276  2006-12-05 19:26  WinTest\WinTest.csproj

     文件       3325  2006-12-05 16:06  AutoPostWithCookies.sln

    ..A..H.     24576  2007-10-15 17:30  AutoPostWithCookies.suo

     目录          0  2007-10-15 17:26  WebTest

     目录          0  2007-10-15 09:11  WebTest\App_Data

     文件        645  2007-10-14 13:55  WebTest\Default.aspx

     文件       1222  2007-10-12 08:45  WebTest\Default.aspx.cs

     文件       1128  2007-10-14 13:51  WebTest\LoginOK.htm

     文件       1721  2006-12-25 14:04  WebTest\MyLogin.aspx

     文件       1782  2007-10-12 11:47  WebTest\MyLogin.aspx.cs

     文件       1546  2006-12-05 13:54  WebTest\Web.Config

----------- ---------  ---------- -----  ----

                64331                    28

............此处省略1个文件信息

评论

共有 条评论

相关资源