Tagged Questions

0
votes
3answers
42 views

PHP: Preventing Session Hijacking with token stored as a cookie?

Hi. I'm working on an RIA in PHP. To try to prevent session hijacking I introduced a token, generated at login, based off a salt, ISO-8601 week number and the user's IP. $salt …
0
votes
1answer
108 views

Token Bucket or Leaking Bucket for messages

I am trying to limit my application send rate to 900kbps but the problem is that the protocol I use is message oriented and the messages have very different sizes. I can have messa …
0
votes
1answer
30 views

Authenticating and tracking users in a JSON webservice

Hi All, I have contact management / CRM application used in-house by our company, It is a web based app and thus uses a lot of Ajax. Most of the data is JSON, and the backend serv …
1
vote
1answer
19 views

Bison/Yacc, make literal token return its own value?

Below is my rule, when i replace $2 with '=' my code works. I know by default all literal tokens uses their ascii value (hence why multi character token require a definition) The …
0
votes
1answer
30 views

WCF: The incoming message was signed with a token which was different fron what used to encrypt the body. This was not expected.

For what ever reason, a critical third peaty webservice functions like this. I can connect, send a request, and receive valid response, but i still get the error message. This only …
0
votes
0answers
22 views

MS CRM - Duplicate tracking tokens when sending emails from workflows

Hi, I have recently helped some of our users set up several workflows to send emails. Now that these have been in use for a couple of weeks we have noticed that each time the work …
6
votes
7answers
296 views

Is There A Fast GetToken Routine For Delphi?

In my program, I process millions of strings that have a special character, e.g. "|" to separate tokens within each string. I have a function to return the n'th token, and this is …
0
votes
1answer
26 views

Need help with scanner class for creating tokens

Errors im getting: cannot find symbol constructor method Token. but i do have a constructor in Token class cannot find symbol variable tokenCode. i clearly use it all …
0
votes
1answer
19 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 sec …
0
votes
2answers
170 views

how to get Device Token using Iphone Application and other info about the device?

Hi, In my iphone application i want Device Token using the APN. How to get that using code ? Alos i want Other information about the Device User,its version and other info. How t …
0
votes
3answers
25 views

Email and Reusable Token URLs

I'm building a site that offers functionality to users without requiring them to register. The idea is to send an email to the specified address containing a link with a token. Tha …
0
votes
1answer
11 views

Using a form token when user isn’t logged in

I noticed that a lot of sites send a random token with form posts even though the user is not logged into a service requiring authentication. I understand the use of a token when y …
0
votes
4answers
117 views

Rails simple form gives InvalidAuthenticityToken error

I have a simple form like this: <form name="serachForm" method="post" action="/home/search"> <input type="text" name="searchText" size="15" value=""> <input …
1
vote
2answers
153 views

Creating C macro with ## and __LINE__ (token concatenation with positioning macro)

I want to create a C macro that creates a function with a name based on the line number. I thought I could do something like (the real function would have statements within the bra …
2
votes
1answer
72 views

Stringbuilder in CIL (MSIL)

Hey there, I'm trying to generate code that takes a StringBuilder, and writes the values of all the properties in a class to a string. I've got the following, but I'm currently ge …

1 2 3 next
15 30 50 per page