Add m_LinkVar and m_GetLinedVar tags

Add m_LinkVar and m_GetLinedVar tags

Imported from: http://groups.google.com/group/in-portal-dev/browse_thread/thread/5893ed9c3b14e066#

In-Portal has kApplication::LinkVar and kApplication::GetLinkedVar methods that allows to pass url parameter from one page to another via storing it in session.

So basically LinkVar looks in url for a given parameter and if not found then retrieves it from session. But, when parameter is found, then it stores it to session for further use.

Tags, I'm proposing to add will only call that kApplication class method I've mentioned.

Related Tasks

https://in-portal.atlassian.net/browse/INP-871