Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have Developed a stock ticker application using SignalR. In this application when user login as "User", he receives live broadcast from Stock Exchange. User Receives all the scripts updates. I want that user can select some scripts(ticker) which he likes (not all scripts ) and when he close the browser, then that selected scripts stored in cookies at client side in some txt file. When that user again logins from same browser, he must only view the scripts(ticker) that he selected in previous browsing history using that Cookies txt file at client machine.

Note : there is only form authorization, No log in data is stored at database, everything is on client side. Please Help.
Posted
Updated 7-Mar-14 22:43pm
v2

1 solution

i try my best but ther is some problem to create text file becuase at my side it take all client information in one text file but my trying is continue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900