ギコナビ
Revisão | f55630126c24542e7b90e1593cbd9ab2040088ca (tree) |
---|---|
Hora | 2011-02-24 00:46:05 |
Autor | h677 <h677> |
Commiter | h677 |
HAP削除用のCookieを受け付けないように修正
@@ -1931,9 +1931,12 @@ begin | ||
1931 | 1931 | ABoard.SPID := Cookie.Value; |
1932 | 1932 | ABoard.Expires := GMTToLocalDateTime(Cookie.Expires); |
1933 | 1933 | end else if ( Cookie.CookieName = VAL_HAP ) then begin |
1934 | - GikoSys.SetBoukenCookie(Cookie.Value, Cookie.Domain); | |
1935 | - // `¯ÌÌÛ¶ | |
1936 | - GikoSys.Setting.WriteBoukenSettingFile; | |
1934 | + // HAPípÌCookieªzz³êéÌÅALøúÀð`FbN·é | |
1935 | + if CompareDateTime(GMTToLocalDateTime(Cookie.Expires) ,Now) > 0 then begin | |
1936 | + GikoSys.SetBoukenCookie(Cookie.Value, Cookie.Domain); | |
1937 | + // `¯ÌÌÛ¶ | |
1938 | + GikoSys.Setting.WriteBoukenSettingFile; | |
1939 | + end; | |
1937 | 1940 | end else begin |
1938 | 1941 | if Length( curCookies.Values[ Cookie.CookieName ] ) > 0 then begin |
1939 | 1942 | // ù¶lÌt¯Ö¦ |
@@ -14,12 +14,12 @@ DefaultDirName={pf}\gikonavi | ||
14 | 14 | VersionInfoDescription=MRirZbgAbvvO |
15 | 15 | DefaultGroupName=MRir |
16 | 16 | ; ©ªÌ«Éí¹Ä¾³¢ |
17 | -SourceDir=G:\Release61 | |
17 | +SourceDir=G:\Release | |
18 | 18 | OutputDir=G:\InnoSetup\Output |
19 | 19 | SetupIconFile="G:\gikoNaviSFX_102\MainIcon.ico" |
20 | 20 | ; MRirÌo[WÉ í¹Ä¾³¢ |
21 | -VersionInfoVersion=1.61.1.801 | |
22 | -OutputBaseFilename=gikoNavi_b61_usetup | |
21 | +VersionInfoVersion=1.62.0.810 | |
22 | +OutputBaseFilename=gikoNavi_b62_810_usetup | |
23 | 23 | CreateUninstallRegKey=no |
24 | 24 | |
25 | 25 | [Tasks] |