<@OfbizUrl> with jSessionId

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

<@OfbizUrl> with jSessionId

Chris Snow-3
Is it possible to remove the jSessionId parameter that is generated by
<@ofbizUrl> ?

Many thanks in advance,

Chris
Reply | Threaded
Open this post in threaded view
|

Re: <@OfbizUrl> with jSessionId

Chris Snow-3
Anyone?

Christopher Snow wrote:
> Is it possible to remove the jSessionId parameter that is generated by
> <@ofbizUrl> ?
>
> Many thanks in advance,
>
> Chris


Reply | Threaded
Open this post in threaded view
|

Re: <@OfbizUrl> with jSessionId

Rishi Solanki
Use <@ofbizUrl secure="${request.isSecure()?string}">${request}</@ofbizUrl>.
Here request is the any request you want to go with.

Rishi Solanki
Enterprise Software Developer
HotWax Media Pvt. Ltd.


On Wed, Dec 23, 2009 at 5:50 PM, Christopher Snow <
[hidden email]> wrote:

> Anyone?
>
>
> Christopher Snow wrote:
>
>> Is it possible to remove the jSessionId parameter that is generated by
>> <@ofbizUrl> ?
>>
>> Many thanks in advance,
>>
>> Chris
>>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: <@OfbizUrl> with jSessionId

Rishi Solanki
More clear code is - <@ofbizUrl
secure="${request.isSecure()?string}">${target}</@ofbizUrl>.
Here target is the any target you want to go with.

Rishi Solanki
Enterprise Software Developer
HotWax Media Pvt. Ltd.


On Wed, Dec 23, 2009 at 6:39 PM, Rishi Solanki <[hidden email]>wrote:

> Use <@ofbizUrl
> secure="${request.isSecure()?string}">${request}</@ofbizUrl>.
> Here request is the any request you want to go with.
>
> Rishi Solanki
> Enterprise Software Developer
> HotWax Media Pvt. Ltd.
>
>
>
> On Wed, Dec 23, 2009 at 5:50 PM, Christopher Snow <
> [hidden email]> wrote:
>
>> Anyone?
>>
>>
>> Christopher Snow wrote:
>>
>>> Is it possible to remove the jSessionId parameter that is generated by
>>> <@ofbizUrl> ?
>>>
>>> Many thanks in advance,
>>>
>>> Chris
>>>
>>
>>
>>
>