-
```
What version of the product are you using? On what operating system?
2.8.4, see https://groups.google.com/forum/#!topic/spymemcached/k4xSScN7zIU
Tell me more...
package net.spy.memcached;
impo…
-
```
What version of the product are you using? On what operating system?
2.8.4, see https://groups.google.com/forum/#!topic/spymemcached/k4xSScN7zIU
Tell me more...
package net.spy.memcached;
impo…
-
```
What steps will reproduce the problem?
I just create random code for user to login, and put the random code into session attribute by using ajax,
but sometimes I can't find the attribute,
and som…
-
```
What steps will reproduce the problem?
1. Configured multiple Tomcat with two MSM (No Sticky):
2. Within Web Application JSP
In a JSP that access to http session and calling session…
-
```
What steps will reproduce the problem?
I just create random code for user to login, and put the random code into session attribute by using ajax,
but sometimes I can't find the attribute,
and som…
-
```
What steps will reproduce the problem?
1. Configured multiple Tomcat with two MSM (No Sticky):
2. Within Web Application JSP
In a JSP that access to http session and calling session…
-
```
What steps will reproduce the problem?
I just create random code for user to login, and put the random code into session attribute by using ajax,
but sometimes I can't find the attribute,
and som…
-
```
What steps will reproduce the problem?
1. Configured multiple Tomcat with two MSM (No Sticky):
2. Within Web Application JSP
In a JSP that access to http session and calling session…
-
I set up memcache on two amazon ec2 instances. Along with a ElastiCache runing memcache. If I log into either of my instances separately I have no problem loging in then redirecting. But if I go throu…
-
Hi, i try to use Memcache to store a ebean model object.
I save the object but i have this exception:
"java.io.NotSerializableException: play.libs.F$Tuple"
Any ideas? Thanks