Tagged Questions
1
vote
1answer
586 views
struts2 session expired application scope
my app uses struts2+spring+hibernate and I was doing some session-interceptor-login-authorisation system and its working alright, now that I try to implement the session expired part I'm running into ...
1
vote
1answer
886 views
Exception Security Context token in WCF
I'm using Service WCF, and I get the following error:
"The security context token is expired or is not valid. The message was not processed."
Client config
<endpoint ...
0
votes
1answer
2k views
WCF Web Service error - The message could not be processed. This is most likely because the action '' is incorrect or because
... the message contains an invalid expired security context token or because there is a mismatch between bindings...
The problem is, the client and the server times are a few seconds off. The web ...