0
votes
4answers
55 views
How to suppress/remove PHP session cookie
I need to suppress an already set session cookie header, but I cannot find any way to do this.
Why?
I need to make an image, sent by a PHP script, cacheable by the end user; this …
4
votes
4answers
56 views
How can I find which object in ASP.NET can’t be serialized?
I'm getting the following error in my application:
Unable to serialize the session state.
In 'StateServer' and 'SQLServer' mode,
ASP.NET will serialize the session
state …
0
votes
3answers
26 views
Remove Cookies from JS or CSS files
Bizarrely my javascript and css files have cookies (says Firebug). I use Zend Framework and I think it has to do with it. Could I change the .htaccess that CSS or JS files don't li …
1
vote
1answer
35 views
JSF - session scoped bean shared by browsers on different machines
We have a search form where the filter is bound to a property on a managed bean (session scope). It's not component binding, its property binding like <h:inputText value="#{sear …
2
votes
5answers
107 views
Keep session alive forever as stackoverflow
I need to keep the session live unless until the user clicks logout in my asp.net mvc(C#) application.
When the user closes the browser and opens again, the session should continu …
1
vote
1answer
35 views
Looking for a simple, secure session design with servlets and JSP
I'm working on an intranet-only web application (J2EE) that requires some basic security features. There will be relatively few authorized users for the site, but I still need to i …
2
votes
2answers
83 views
What is the maximum size a session variable can hold ?
What is the maximum size a session variable can hold ? I am trying to store object in session variable, if object size is under 80 KB, then working fine and if the size is greater …
0
votes
1answer
27 views
ASP3 And ASP.NET session sharing
Is there a way to share the session between ASP3 And ASP.NET?
Thanks
0
votes
3answers
42 views
php session help
Ok so my main page has a session. I am using the session id to query the database.
Now when I post to a page I have session_start() at the top but when I echo the session_id() on …
1
vote
4answers
57 views
In ASP.NET, is it OK to store user-specific data in profile with a caching mechanism rather than in session?
I have been reading articles about state management in ASP.NET for few days for my web application.
In this application, one user can create/save/execute queries, and I need to ke …
0
votes
2answers
25 views
Convert Session Object to IOrderedQueryable<T>
I need to convert a Session object to an IOrderedQueryable and came up blank. I've thought of creating a wrapper, but its not working properly. Basically, I am pulling a Linq query …
0
votes
2answers
47 views
php session id and ajax, javascript
It has come to my attention that my website is not working correctly under many versions of Internet Explorer. After looking around everywhere, I did a "cookie" test (http://www.rg …
1
vote
1answer
33 views
Can I write a single-tab web application using IE8?
My collegues facing one problem with IE8. they have one page for Product selection. now if user opens the page and selected one product as well as its some properties.. then he/she …
7
votes
7answers
216 views
Site slows for individual users, but they can switch browsers?
I've tried searching for this but it's pretty difficult to put into words.
Basically, our site will run fine for most users without any issues. Sometimes though, those of us who …
2
votes
2answers
27 views
Check session from a view in CodeIgniter
What is the best way to check session from a view in CodeIgniter, it shows no way in their user guide, otherwise I will have to make two views on everything, which is kinda weird.. …
