Himanshu
Posts: 0
Joined: Mon Mar 31, 2014 9:46 am

A Global Constant variable to use throughout the application.

Hello Team,

In my application we are working with REST web services. These services have different- different request parameters. But most web services have one common request parameter - ProgramId, which is a string value. I want to keep this value as a global constant, so i can use that value for all the web-services.

How can I do this?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

A Global Constant variable to use throughout the application.

Hello!

You can store in localStorage.

Return to “Issues”