superreview requested: [Bug 230624] Rework cookie dialogs to allow setting session-only cookies/set session perm : [Attachment 142543] Patch with Allow/Allow for Session/Block optionsMike Connor <mconnor@myrealbox.com> has asked David Baron <dbaron@dbaron.org>
for superreview:
Bug 230624: Rework cookie dialogs to allow setting session-only cookies/set
session perm
http://bugzilla.mozilla.org/show_bug.cgi?id=230624
Attachment 142543: Patch with Allow/Allow for Session/Block options
http://bugzilla.mozilla.org/attachment.cgi?id=142543&action=edit
...
superreview granted: [Bug 230624] Rework cookie dialogs to allow setting session-only cookies/set session perm : [Attachment 142543] Patch with Allow/Allow for Session/Block optionsJohnny Stenback <jst@mozilla.jstenback.com> has granted Mike Connor
<mconnor@myrealbox.com>'s request for superreview:
Bug 230624: Rework cookie dialogs to allow setting session-only cookies/set
session perm
http://bugzilla.mozilla.org/show_bug.cgi?id=230624
Attachment 142543: Patch with Allow/Allow for Session/Block options
http://bugzilla.mozilla.org/attachment.cgi?id=142543&action=edit
------- Additional Comments from Johnny Stenback <jst@mozilla.jstenback.com>
sr=jst
...
superreview requested: [Bug 230624] Rework cookie dialogs to allow setting session-only cookies/set session perm : [Attachment 142543] Patch with Allow/Allow for Session/Block options #2Mike Connor <mconnor@myrealbox.com> has asked Johnny Stenback
<jst@mozilla.jstenback.com> for superreview:
Bug 230624: Rework cookie dialogs to allow setting session-only cookies/set
session perm
http://bugzilla.mozilla.org/show_bug.cgi?id=230624
Attachment 142543: Patch with Allow/Allow for Session/Block options
http://bugzilla.mozilla.org/attachment.cgi?id=142543&action=edit
------- Additional Comments from Mike Connor <mconnor@myrealbox.com>
jst, since dbaron is in France and all, can you get to this one?
...
ASE 15 Performance and Tuning GuidesGreetings,
Does anyone know when the updated ASE 15 versions of
"Performance and Tuning Guides" will be released?
The guides on sybooks are for ASE12.5.1
Thanks in advance.
Alberto
> Greetings,
>
> Does anyone know when the updated ASE 15 versions of
> "Performance and Tuning Guides" will be released?
I *think* that they were supposed to be released sometime
later this year, but I don't have any clear information.
Michael
I'm not aware of when these will be released. I'm guessing some time after the
15.0.2 release.
Ho...
Setting Session Variables from MasterPage...only want to call stored procedure once and set the Session Variables once
Using C#, VS2005, ASP.NET 2.0
I am getting a users Windows Identity and validating it against a database table for their UserID through a stored procedure. I am doing this through the Page_Init event from a MasterPage. I have tried using !IsPostback ,!Page.IsPostback, and !Master.Page.IsPostback to not have the Page_Init event called on every page. Is there somewhere or someway I can do this to only call the stored procedure once and set the session variables there? Kind of like a global variables (back in the VB6 days lol)...any help would be greatly appreciated.If you get an an...
Check List for ASE 11.9.2 Performance TuningDear all,
We need to troubleshoot the performance issue in an ASE 11.9.2 server.
During the system in a slow response time state, about 20 Sh_page locks (Non
Cursor Lock) found on the syslogins when I execute the sp_lock.
Can anyone give me some advise on which areas I should check first (may be a
check list) ?
Cheers,
Jack
You might want to read through the Performance & Tuning guide for things
like query performance management with things like sp_showplan and
sp_sysmon.
What you could consider is this. Any running task may be running with a
bad query plan. Her...
superreview denied: [Bug 230624] Rework cookie dialogs to allow setting session-only cookies/set session perm : [Attachment 139172] with review commentsDarin Fisher <darin@meer.net> has denied Mike Connor <mconnor@myrealbox.com>'s
request for superreview:
Bug 230624: Rework cookie dialogs to allow setting session-only cookies/set
session perm
http://bugzilla.mozilla.org/show_bug.cgi?id=230624
Attachment 139172: with review comments
http://bugzilla.mozilla.org/attachment.cgi?id=139172&action=edit
------- Additional Comments from Darin Fisher <darin@meer.net>
please document change to nsICookiePermission. comments say that it returns
true, but the type has been changed to boolean.
i think you should d...
superreview requested: [Bug 230624] Rework cookie dialogs to allow setting session-only cookies/set session perm : [Attachment 139174] new patchMike Connor <mconnor@myrealbox.com> has asked Darin Fisher <darin@meer.net> for
superreview:
Bug 230624: Rework cookie dialogs to allow setting session-only cookies/set
session perm
http://bugzilla.mozilla.org/show_bug.cgi?id=230624
Attachment 139174: new patch
http://bugzilla.mozilla.org/attachment.cgi?id=139174&action=edit
------- Additional Comments from Mike Connor <mconnor@myrealbox.com>
all good points, addressed here, tested and working
...
superreview requested: [Bug 230624] Rework cookie dialogs to allow setting session-only cookies/set session perm : [Attachment 139172] with review commentsMike Connor <mconnor@myrealbox.com> has asked Darin Fisher <darin@meer.net> for
superreview:
Bug 230624: Rework cookie dialogs to allow setting session-only cookies/set
session perm
http://bugzilla.mozilla.org/show_bug.cgi?id=230624
Attachment 139172: with review comments
http://bugzilla.mozilla.org/attachment.cgi?id=139172&action=edit
...
superreview granted: [Bug 230624] Rework cookie dialogs to allow setting session-only cookies/set session perm : [Attachment 139174] new patchDarin Fisher <darin@meer.net> has granted Mike Connor <mconnor@myrealbox.com>'s
request for superreview:
Bug 230624: Rework cookie dialogs to allow setting session-only cookies/set
session perm
http://bugzilla.mozilla.org/show_bug.cgi?id=230624
Attachment 139174: new patch
http://bugzilla.mozilla.org/attachment.cgi?id=139174&action=edit
------- Additional Comments from Darin Fisher <darin@meer.net>
sr=darin
...
setting session timeout ? what are the ways to set it ?
hi ,In my application i am setting the sessiontimeout property in codebehind in Loginpage itself like Session.Timeout = 10. . I dont how to set in web.config file .Which one is better . Can anybody tell me how to set sessiontimeout in web.config file. I came to know that global.asax file is using in asp.net application . What is it using for . Is it a must for the better performance of the asp.net appliaction. thanks & regards nevviin Thanks & Regards
write it like this <system.web><compilation debug=&qu...
Session Expiry – the session expired after a number of hours of inactivity, although Session Expiry was set to 24 hours
Hi,
I had created a web application where Session expiry was set to 2,000 minutes in IIS. in web config i had given like this but MY web application was left logged in at 18:00 15th Oct, but on the following day 08:30 16th Oct, the session expired as soon as MY web application was used. It was also noted that during the day, MY web application occasionally got session expiry when it was constantly being used.Does the session expiry need to be set up anywhere else? There are no Error logs created. Will you please help me to resolve this issue. i expect your reply soon .
With Thanks
...
Session variable set in .ashx file not being set
Hello,I have a captcha implemented on my registration screen. The captcha is generated by setting an asp.net image tag's src value to an image handler file (Captcha.ashx).
<asp:Image ID="cptImg" runat="server" AlternateText="" ImageUrl="~/Captcha.ashx" />
In this ashx file, a session variable is saved and later checked against the value a user entered in an adjacent textbox on the registration page.Public Class Captcha
Implements IHttpHandler
Implements IRequiresSessionState
Public ReadOnly Property IsReuseable() As Boo...
Is there a way to set session a variable by session ID?
I have a .Net 2.0 web page that hosts a Java applet. The applet
will post information to a different .Net web page (that the applet
hosts, kind of like a frame). This second page is in the same
application as the first page, so it can share session info.
However, since the second page is hosted by the java applet it does not
have the same session as the parent page. I can pass the
sessionID from the parent page to the applet, and then pass the ID from
the applet to the hosted page (via querystring), however, I cannot
figure out a way to set a session variable ...